home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
gnustuff
/
tos
/
pmathlib
/
pmlsrc18.zoo
/
envtests
/
makefile.tos
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1992-03-27
|
129 b
|
9 lines
CC = cgcc
ALL = testfrexp.ttp testldexp.ttp testmodf.ttp
all :
make -f makefile.pml CC=cgcc LD=cgcc
clean:
rm -f *.o $(ALL)